function breakOut(){
//	if (window.top.location != self.location) {
//		window.top.location.href = self.location;
//	}
}

function openWin(x,y,url){
	showWin = window.open("","","width=" + x + ",height=" + y + ",toolbar=no,location=no,directories=no,status=no,menubar=no");
	with(showWin.document){
	open();
	write("<html>\n<head>\<title>come.to/900t</title>\n</head>\n<body bgcolor=#8C988C marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 rightmargin=0>\n");
	write("<img src=\"" + url + "\" width=\"" + x + "\" height=\"" + y + "\">\n");
	write("</body>\n</html>\n");
	close();
	}
}

function winopen(href,x,y){
	window.open(href,"","height=" + y + ",width=" + x + ",location=no,toolbar=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,menubar=no");
}

function linkRef(url){
	if(url.length > 2){document.location.href = url;}
}

var menuStr;
menuStr = '<A HREF="carabout.html">om bilen</A><br>';
menuStr += '<A HREF="td04.html">Mitsu TD04-bilder</A><br>';
menuStr += '<A HREF="cargallery.html">nya bilder</A><br>';
menuStr += '<A HREF="cargallery2.html">äldre bilder</A><br>';
menuStr += '<A HREF="bmw.html">bmw 320</A><br>';
menuStr += '<A HREF="meabout.html">om mig</A><br>';
menuStr += '<A HREF="carbon.html">lite kolfiber</A><br>';
menuStr += '<A href="Javascript: winopen(' + "'webwheel/','720','425'" + ');">webwheel</A><br>';
menuStr += '<A HREF="index.html">startsidan</A>';

