// Javascript support file for index.htm

function frame_chk(frame_nm)
{
	if(name!=frame_nm)	window.location.replace("http://localhost/dyers/index.php");
}

function link()
{
	window.open("http://www.heraldicmedia.com/site/info/livery/livcomps/comp013a.html", "new_win", "resizable=yes, scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, width=800, height=480, top=5, left=5");
}

function unlink()
{	 window.close;	 }

function display(url)
{
	var URL = "+url+"
	window.open(URL);
}