function wOpen(theURL) { //v2.0
	window.open(theURL,'new','scrollbars=yes,resizable=yes,width=550,height=500');
}
function wOpen2(theURL) { //v2.0
	window.open(theURL,'new','scrollbars=yes,resizable=yes,width=600,height=500');
}
function wOpen3(theURL) { //v2.0
	window.open(theURL,'new','scrollbars=yes,resizable=yes,width=500,height=550');
}
function winopen1() {
	window.open("../info/lexus.html","","width=913,height=360,scrollbars=no,resizable=no");
}
function winopen2() {
	window.open("../info/harrier.html","","width=600,height=360,scrollbars=no,resizable=no");
}
function winopen3() {
	window.open("../info/kluger.html","","width=600,height=360,scrollbars=no,resizable=no");
}

function windowOpen(page,width,height) {
	window.open(page + ".html","page","width=" + width + ",height=" + height + ",scrollbars=0,status=0,resizable=yes,toolbar=0,location=0,menubar=0");
}

function windowOpenS(page,width,height) {
	window.open(page + ".html","page","width=" + width + ",height=" + height + ",scrollbars=1,status=0,resizable=yes,toolbar=0,location=0,menubar=0");
}