function moreDetail(popupFile,popName,popWidth,popHeight) {

	window.open(popupFile,popName,"toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width="+popWidth+",height="+popHeight);

}



function moviePlayer(popupFile,popName,popWidth,popHeight) {

	window.open(popupFile,popName,"toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,copyhistory=no,width="+popWidth+",height="+popHeight);

}



function priceSelect(range)	{

	if (range.options[range.selectedIndex].value != 'null')	{

	

	var item=range.options[range.selectedIndex].value;

	location=item;

	}

}

