// JavaScript Document


if (window.screen.width <= 800) {
document.write('<link rel="stylesheet" type="text/css" href="find800.css">');
document.write('<link rel="stylesheet" type="text/css" href="rooms800.css">');
document.write('<link rel="stylesheet" type="text/css" href="contact800.css">');
document.write('<link rel="stylesheet" type="text/css" href="index800.css">');
document.write('<link rel="stylesheet" type="text/css" href="glasgowapartment800.css">');


}
if (window.screen.width > 800) {
document.write('<link rel="stylesheet" type="text/css" href="find.css">');document.write('<link rel="stylesheet" type="text/css" href="rooms.css">');
document.write('<link rel="stylesheet" type="text/css" href="contact.css">');
document.write('<link rel="stylesheet" type="text/css" href="glasgowapartment.css">');
document.write('<link rel="stylesheet" type="text/css" href="index.css">');
}


top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}



function openpopupLowSeason(){
var popurl="LowSeason.htm"
winpops=window.open(popurl,"","width=320,height=200,left=400,top=100,screenX=400,screenY=100")
}

function openpopupLowSeason_spanish(){
var popurl="LowSeason_spanish.htm"
winpops=window.open(popurl,"","width=320,height=200,left=400,top=100,screenX=400,screenY=100")
}

function openpopupLowSeason_french(){
var popurl="LowSeason_french.htm"
winpops=window.open(popurl,"","width=320,height=200,left=400,top=100,screenX=400,screenY=100")
}

function openpopupLowSeason_italian(){
var popurl="LowSeason_italian.htm"
winpops=window.open(popurl,"","width=320,height=200,left=400,top=100,screenX=400,screenY=100")
}

function openpopupLowSeason_german(){
var popurl="LowSeason_german.htm"
winpops=window.open(popurl,"","width=320,height=240,left=400,top=100,screenX=400,screenY=100")
}

function openpopupAboutThisSite(){
var popurl="AboutThisSite.htm"
winpops=window.open(popurl,"","width=320,height=560,left=400,top=100,screenX=400,screenY=100")
}
