function pressWin (url,width,height) {
	var window_top = (screen.height-400)*.3;
    var window_left = (screen.width-600)*.3;
	var newWindow = window.open(url + '','press','menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,width=' + width + ',height=' + height + ',top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
  }

function openWin (url,width,height) {
	var window_top = (screen.height-height)*.3;
    var window_left = (screen.width-width)*.3;
	var newWindow = window.open(url + '','pics','scrollbars=no,resizable=no,width=' + width + ',height=' + height + ',top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
  }

function fullWinScroll (url) {
	var newWindow = window.open(url + '','pics','menubar=yes,toolbar=yes,scrollbars=yes,resizable=no,width=' + screen.width + ',height=' + screen.height + ',top=' + 1 + ',left=' + 1);
	newWindow.window.focus()
  }

function fullWin (url) {
	var newWindow = window.open(url + '','pics','menubar=yes,toolbar=yes,scrollbars=no,resizable=no,width=' + screen.width + ',height=' + screen.height + ',top=' + 1 + ',left=' + 1);
	newWindow.window.focus()
  }

function openWinScroll (url,width,height) {
	var window_top = (screen.height-height)*.3;
    var window_left = (screen.width-width)*.3;
	var newWindow = window.open(url + '','pics','scrollbars=yes,resizable=no,width=' + width + ',height=' + height + ',top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
  }

function menuWin (url,width,height) {
	var window_top = (screen.height-400)*.3;
    var window_left = (screen.width-600)*.3;
	var newWindow = window.open(url + '','menu','scrollbars=yes,resizable=no,width=' + width + ',height=' + height + ',top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
  }

function newWin (url,width,height) {
	var window_top = (screen.height-400)*.3;
    var window_left = (screen.width-600)*.3;
	var newWindow = window.open(url + '','pics','scrollbars=yes,resizable=yes,width=' + width + ',height=' + height + ',top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
 }

function vtWin (url) {
	var window_top = (screen.height-400)*.3;
    var window_left = (screen.width-600)*.3;
	var newWindow = window.open(url + '','vtours','scrollbars=yes,resizable=yes,height=550,width=600,top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
}

function wideWin (url,height) {
	var window_top = (screen.height-400)*.3;
    var window_left = (screen.width-600)*.3;
	var newWindow = window.open(url + '','photos','scrollbars=yes,resizable=yes,width=825,height=' + height + ',top=' + window_top + ',left=' + window_left);
	newWindow.window.focus()
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

