

function  winOpenNoScroll(what_url,w,h) {
var msgwin=null
msgwin=window.open('','noscrollWin','toolbar=no,directories=no,location=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width='+ w +',height='+ h +'');
if (msgwin == null) {
	alert("Could not open a new window, close all windows or restart your computer.");
	}
	else {
	if (navigator.appName=="Netscape"){
		msgwin.opener=self;
		msgwin=window.open(what_url,'noscrollWin');
		if(navigator.appVersion>"2.99"){
			msgwin.focus();
			}
		}
		else {
			msgwin.focus();
			msgwin=window.open(what_url,'noscrollWin');
		}
	}
}


//Safe European
function  winOpenEuro(what_url) {
var msgwin=null
	if (is.win){
	msgwin=window.open('','euroWin','toolbar=no,directories=no,location=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=750,height=446');
	if (msgwin == null) {
		alert("Could not open a new window, close all windows or restart your computer.");
		}
		else {
			if (navigator.appName=="Netscape"){
			msgwin.opener=self;
			msgwin=window.open(what_url,'euroWin');
				if(navigator.appVersion>"2.99"){
				msgwin.focus();
			}
		}
		else {
			msgwin.focus();
			msgwin=window.open(what_url,'euroWin');
			}
		}
	}
	else if (is.mac){
	msgwin=window.open('','euroWin','toolbar=no,directories=no,location=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=750,height=446');
		if (msgwin == null) {
		alert("Could not open a new window, close all windows or restart your computer.");
		}
		else {
			if (navigator.appName=="Netscape"){
			msgwin.opener=self;
			msgwin=window.open(what_url,'euroWin');
				if(navigator.appVersion>"2.99"){
				msgwin.focus();
				}
			}
			else {
			msgwin.focus();
			msgwin=window.open(what_url,'euroWin');
			}
		}
	}
}
// End Safe European


//Roberta Baily
function  winOpenBildgalleri(what_url) {
var msgwin=null
	if (is.win){
	msgwin=window.open('','bildgalleriWin','toolbar=no,directories=no,location=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=790,height=560');
	if (msgwin == null) {
		alert("Could not open a new window, close all windows or restart your computer.");
		}
		else {
			if (navigator.appName=="Netscape"){
			msgwin.opener=self;
			msgwin=window.open(what_url,'bildgalleriWin');
				if(navigator.appVersion>"2.99"){
				msgwin.focus();
			}
		}
		else {
			msgwin.focus();
			msgwin=window.open(what_url,'bildgalleriWin');
			}
		}
	}
	else if (is.mac){
	msgwin=window.open('','bildgalleriWin','toolbar=no,directories=no,location=no,status=yes,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=780,height=550');
		if (msgwin == null) {
		alert("Could not open a new window, close all windows or restart your computer.");
		}
		else {
			if (navigator.appName=="Netscape"){
			msgwin.opener=self;
			msgwin=window.open(what_url,'bildgalleriWin');
				if(navigator.appVersion>"2.99"){
				msgwin.focus();
				}
			}
			else {
			msgwin.focus();
			msgwin=window.open(what_url,'bildgalleriWin');
			}
		}
	}
}

//End Roberta Baily


