// StarCast
function SrchPageSC(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?S";
	document.nivfrm.submit(); }

// Director	
function SrchPageDR(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?D";
	document.nivfrm.submit(); }

// Producer
function SrchPagePR(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?P";
	document.nivfrm.submit(); }

// Distributor
function SrchPageBR(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?B";
	document.nivfrm.submit();
	}

// Music Director
function SrchPageMR(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?M";
	document.nivfrm.submit(); }

// Genre
function SrchPageGR(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?G";
	document.nivfrm.submit(); }

// Singers
function SrchPageSG(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?I";
	document.nivfrm.submit(); }

// Lyricist
function SrchPageLY(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?L";
	document.nivfrm.submit(); }

// ReleasedYear
function SrchPageRL(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?R";
	document.nivfrm.submit(); }

// BestofYear
function SrchPageBY(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?Y";
	document.nivfrm.submit(); }

// Age group
function SrchPageAG(sno) {	
	document.nivfrm.getSrchVal.value = sno;
	document.nivfrm.action = "listbysrch.asp?A";
	document.nivfrm.submit(); }

// ProductInfo from shopping
function DetPageList(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "../product/productinfo.asp";
	document.nivfrm.submit(); }

// ProductInfo
function DetPage(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfo.asp";
	document.nivfrm.submit(); }

// ProductInfo
function DetPagewithMovName(sno, mn) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "bollywood-movie.asp?"+mn;
	document.nivfrm.submit(); }

// Retailer Product
function DetPageRet(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinforet.asp";
	document.nivfrm.submit(); }

// ProductInfo 99
function DetPageNN(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfonn.asp";
	document.nivfrm.submit(); }

// ProductInfo Music
function DetPageMusic(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfomusic.asp";
	document.nivfrm.submit(); }

// ProductInfo BB
function DetPageBB(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfobb.asp";
	document.nivfrm.submit(); }


// ProductInfo Audio CS
function DetPageCS(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfocs.asp";
	document.nivfrm.submit(); }

// ProductInfo Audio CD
function DetPageCD(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfocd.asp";
	document.nivfrm.submit(); }

// ProductInfo Forthcoming
function DetPageForthcoming(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "productinfoforthcoming.asp";
	document.nivfrm.submit(); }

// AddtoCart
function AddtoCart(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "../shopping/addtocart.asp";
	document.nivfrm.submit(); }

// AddtoCart
function AddtoCartRet(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "../retailersaccount/addtocart.asp";
	document.nivfrm.submit(); }

// AddtoList
function AddtoList(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "../shopping/addtolist.asp";
	document.nivfrm.submit(); }

// Tell a Friend
function TellFriend(sno) {	
	document.nivfrm.getDVDCode.value = sno;
	document.nivfrm.action = "../links/tellfriend.asp";
	document.nivfrm.submit(); }
