<!-- //
if (window != top) top.location.href = location.href;
window.defaultStatus='Honda Cars Marikina';
function RenameWindow() {
                self.name = 'WYB';
}

var linkcount;
function checklinks() {
	if (!(linkcount==document.links.length)) {
		for (i=0; i < document.links.length; i++) {
		if (document.links[i].id.substring(0,5)=="_goog") {
		var tr = document.links[i].parentTextEdit.createTextRange();
		tr.moveToElementText(document.links[i]);
		tr.execCommand("Unlink",false);
		tr.execCommand("Unselect",false);
	}
	}
}
   setTimeout("checklinks()",500);
}
if (document.getElementById && document.createElement) {
  linkcount=document.links.length;
  setTimeout("checklinks()",500);
}

function newPop(url) {
   window.open(url, 'popup', 'width=500,height=600,left=0,top=100,screenX=0,screenY=100,menubar=off,directories=off,toolbar=off');
}

function PopWindow(url)
{ 
window.open(url,'popwin','width=400,height=500,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no,top=100,left=200'); 
}
function PopWindowLg(url)
{ 
window.open(url,'popwin','width=500,height=720,menubar=no,scrollbars=no,toolbar=no,location=no,directories=no,resizable=no,top=100,left=200'); 
}

function PopDirections(url)
{ 
window.open(url,'popwin','width=615,height=600,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=100,left=200'); 
}
// -->
