function openlinksite(strurl)
{
	if(strurl.length >4)window.open(strurl)
}