function openwindow() {

netscape = "bruxelles_limousine/bruxelles limo.html"; 
explorer = "bruxelles_limousine/bruxelles limo.html";
unknown  = "bruxelles_limousine/bruxelles limo.html";


windowprops = "top=0,left=0,resizable=no fullscreen=yes"
+ ",width=" + screen.width + ",height=" + screen.height;

ns = (navigator.appName == 'Netscape');
ie = (navigator.appName == 'Microsoft Internet Explorer');
url = (!ns & !ie) ? unknown : ( ns ? netscape : explorer);
window.open(url, "popupPage", windowprops);

}
function openwindow2() {
netscape = "brussels_limo/brussels limo rental.html"; 
explorer = "brussels_limo/brussels limo rental.html";
unknown  = "brussels_limo/brussels limo rental.html";
windowprops = "top=0,left=0,resizable=no fullscreen=yes"
+ ",width=" + screen.width + ",height=" + screen.height;

ns = (navigator.appName == 'Netscape');
ie = (navigator.appName == 'Microsoft Internet Explorer');
url = (!ns & !ie) ? unknown : ( ns ? netscape : explorer);
window.open(url, "popupPage", windowprops);
}

var myverticaltext='<div class="verticaltext">Copyright © 2007 - KOLAPA SPRL.</a></div>'

var bodycache=document.body
if (bodycache && bodycache.currentStyle && bodycache.currentStyle.writingMode)
document.write(myverticaltext)