function openartistb()
{
	var artistid=document.srch_siteb.srch_optb.value;
	/*var url="index.php?file=c-prod_list&iArtistId="+artistid;*/
	var url="checkpass.php?iArtistId="+artistid;
	MM_openBrWindow(url,'login','height=420, width=760, resizable');
	return false;
}


function openartist()
{
	var artistid=document.srch_site.srch_opt.value;
	/*var url="index.php?file=c-prod_list&iArtistId="+artistid;*/
	var url="checkpass.php?iArtistId="+artistid;
	MM_openBrWindow(url,'login','height=420, width=760, resizable');
	return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
