﻿var schtxt = document.getElementById("Search1_txtSearchKey");
schtxt.onclick = function() { this.value = "";} 

function closeSlogan() 
{ 
    var vwnd = document.getElementById("searchspe"); 
    vwnd.style.visibility='hidden';
} 

function heartBeat0()
{   
    vwn = document.getElementById("searchspe");

	if (document.all)
	{
	    document.all.searchspe.style.pixelTop =  (window.pageYOffset || document.documentElement.scrollTop || 0) + 10;
	}
	else 
	{   
	    document.getElementById("searchspe").style.top = (window.scrollY + 10) + "px";
	}
}

// window.setInterval('heartBeat0()',1);

function MM_openBrWindow(theURL,winName,features) 
{
    window.open(theURL,winName,features);
}
