// JavaScript Document
// JavaScript Document
function interior_NL() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("interior_nl/index.html", "left", "fullscreen=yes", "scrollbars=auto");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("interior_nl/index.html", "left", "screenX=0,screenY=0,outerWidth=" + screen.width + ",outerHeight=" + screen.height);
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}

function furniture_NL() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("furniture_nl/index.html", "left", "fullscreen=yes", "scrollbars=auto");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("furniture_nl/index.html", "left", "screenX=0,screenY=0,outerWidth=" + screen.width + ",outerHeight=" + screen.height);
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}

function interior_FR() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("interior_fr/index.html", "left", "fullscreen=yes", "scrollbars=auto");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("interior_fr/index.html", "left", "screenX=0,screenY=0,outerWidth=" + screen.width + ",outerHeight=" + screen.height);
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}

function furniture_FR() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("furniture_fr/index.html", "left", "left=0,top=0,width=" + scw + ",height=" + sch);
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("furniture_fr/index.html", "left", "screenX=0,screenY=0,outerWidth=" + screen.width + ",outerHeight=" + screen.height);
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}

function interior_EN() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("interior_en/index.html", "left", "fullscreen=yes", "scrollbars=auto");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("interior_en/index.html", "left", "screenX=0,screenY=0,outerWidth=" + screen.width + ",outerHeight=" + screen.height);
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}

function furniture_EN() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("furniture_en/index.html", "left", "fullscreen=yes", "scrollbars=auto");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("furniture_en/index.html", "left", "screenX=0,screenY=0,outerWidth=" + screen.width + ",outerHeight=" + screen.height);
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}
	
function popup_NL() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("../popup_nl.html", "popup", "left="+ (scw-611)/2 +",top="+ (sch-588)/2 +",width=611,height=588");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("../popup_nl.html", "popup", "screenX=" + (screen.width-618)/2 + ",screenY=" + (screen.height-666)/2 + ",outerWidth=618,outerHeight=666");
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}
	
function popup_FR() {
		if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.platform.substring(0,3) == 'Win')) {
			var scw=screen.Width-10;
			var sch=screen.Height-30;
			woo=window.open ("../popup_fr.html", "popup", "left="+ (scw-611)/2 +",top="+ (sch-588)/2 +",width=611,height=588");
		}
		else if (navigator.appName == 'Netscape' || navigator.platform == 'MacPPC') {
			woo=window.open ("../popup_fr.html", "popup", "screenX=" + (screen.width-618)/2 + ",screenY=" + (screen.height-666)/2  + ",outerWidth=618,outerHeight=666");
		}
		else {
			document.write("<HTML><BODY><CENTER><H1>Get Netscape or ie 4.0</H1></CENTER></BODY></HTML>")
		}
	}

