function seaFuncTypecust1(activeKey,activeurl,activeurl2,no,no1,no2,no3,no4,no5)
{
	if (activeKey == "URL") {
	   window.location.href='index.php?fn='+activeurl+'&fn1='+activeurl2+'&no='+no+'&no1='+no1+'&no2='+no2+'&no3='+no3+'&no4='+no4+'&no5='+no5+'';
	}
}


