function Open_FlashVideo()
{
	var strWidth=screen.width;
    var strHeight=screen.height;
	window.open("checkflash.html","MyWindow","menubar=0,resizable=1,scrollbars=1,location=0,width=900,height=600px");
}
	
function onload_call() 
{
	if (!document.getElementById) return false;
		var f = document.getElementById('searchd');
		f.setAttribute("autocomplete", "off");
}

