<!--
if (top.location != location) {top.location.href = location.href}

if (document.images) {

hdbback= new Image (41,14);
hdbback.src= "http://www.smashcar.com/images/hdbback.gif";
hdbbacko= new Image (41,14);
hdbbacko.src= "http://www.smashcar.com/images/hdbbacko.gif";

hdbhome= new Image (47,14);
hdbhome.src= "http://www.smashcar.com/images/hdbhome.gif";
hdbhomeo= new Image (47,14);
hdbhomeo.src= "http://www.smashcar.com/images/hdbhomeo.gif";

hdbcontact= new Image (54,14);
hdbcontact.src= "http://www.smashcar.com/images/hdbcontact.gif";
hdbcontacto= new Image (54,14);
hdbcontacto.src= "http://www.smashcar.com/images/hdbcontacto.gif";

}

function MouseOver(imgid,imgnew) {
        if (document.images) {
                document.images[imgid].src=eval(imgnew + ".src");
        }
}

function openFullWin(bgcolor,url) {
	if (window.open){
	popupWin = window.open('', '','resizable=no,toolbar=no,menubar=no,location=no,status=no,scrollbars=yes,copyhistory=no,fullscreen=yes')
	var newDocument1='<HTML><BODY BGCOLOR="'
	var newDocument2='"><CENTER><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=100%><TR><TD ALIGN=CENTER VALIGN=CENTER><A HREF="javascript:window.close()"><IMG SRC="'
	var newDocument3='" BORDER=0 ALT="Click to Return"></A><BR></TD></TR></TABLE></CENTER></BODY></HTML>'
	popupWin.document.open()
	popupWin.document.write(newDocument1+bgcolor+newDocument2+url+newDocument3)
	popupWin.document.close()
	window.popupWin.focus()
	}
	else location.href=url
}

function openFullWin2(bgcolor,url,imgwidth,imgheight) {
	if (window.open){
	popupWin = window.open('', '','resizable=no,toolbar=no,menubar=no,location=no,status=no,scrollbars=yes,copyhistory=no,fullscreen=yes')
	var newDocument1='<HTML><BODY BGCOLOR="'
	var newDocument2='"><CENTER><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=100%><TR><TD ALIGN=CENTER VALIGN=CENTER><A HREF="javascript:window.close()"><IMG WIDTH='
	var newDocument3=' HEIGHT='
	var newDocument4=' SRC="'
	var newDocument5='" BORDER=0 ALT="Click to Return"></A><BR></TD></TR></TABLE></CENTER></BODY></HTML>'
	popupWin.document.open()
	popupWin.document.write(newDocument1+bgcolor+newDocument2+imgwidth+newDocument3+imgheight+newDocument4+url+newDocument5)
	popupWin.document.close()
	window.popupWin.focus()
	}
	else location.href=url
}
// -->