// JavaScript Document
if(screen.width > 800)
{
	document.write('<link href="styles.css" rel="stylesheet" type="text/css">');
}
else
{
	document.write('<link href="styles-800.css" rel="stylesheet" type="text/css">');
}

var popUpWin=0;

function openMovie()
{
	var width = 800;
	var height = 600;
	var left = 0;
	var top = 0;
	if(screen.width > 800)
	{
		width = 998;
		height = 538;
	}
	
	
	if(popUpWin)
	  {
		if(!popUpWin.closed) popUpWin.close();
	  }
	
	  popUpWin = open('winvian.htm', 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	  popUpWin.focus();
	
}
var calendarWin = 0;
function popCalendar()
{
	var top,left = 10;
	var width = 775;
	var height = 575;
	if(calendarWin)

	  {
	
		if(!calendarWin.closed) calendarWin.close();
	
	  }
	
	  calendarWin = open('http://winvian.com/calendar/www/calendar.cfm', 'calendarWin', 'toolbar=no,location=no,directories=no,statusbar=no,menubar=no,scrollbars=1,resizable=1,copyhistory=1,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	
}


var newyearWin = 0;
function popNEWYEAR()
{
	var top,left = 10;
	var width = 850;
	var height = 575;
	if(newyearWin)

	  {
	
		if(!newyearWin.closed) newyearWin.close();
	
	  }
	
	  newyearWin = open('http://winvian.com/press/New_Years_Eve.html', 'newyearWin', 'toolbar=no,location=no,directories=no,statusbar=no,menubar=no,scrollbars=1,resizable=1,copyhistory=1,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	
}

function popPress(press_html_page)
{
	var top,left = 10;
	var width = 850;
	var height = 575;
	if(popUpWin)

	  {
	
		if(!popUpWin.closed) popUpWin.close();
	
	  }
	
	  popUpWin = open('http://winvian.com/press/'+press_html_page, 'popUpWin', 'toolbar=no,location=no,directories=no,statusbar=no,menubar=no,scrollbars=1,resizable=1,copyhistory=1,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
	
}