<!--
// case pdfs
function openwindowPDF(CaseNumber)
{
	// CaseNumber
	//      
	//	1 - prh
	//	2 - plymouth
	//	3 - banknewport
	//	4 - reebok
	//	5 - days
	//	6 - ke
	
	
	
	if(CaseNumber == 1)
		window.open("../advertisers/ad_prh_story.php","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=400")
	if(CaseNumber == 2)
		window.open("../advertisers/ad_plymouth_story.php","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=400")
	if(CaseNumber == 3)
		window.open("../advertisers/ad_banknewport_story.php","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=400")
	if(CaseNumber == 4)
		window.open("../advertisers/ad_reebok_story.php","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=400")
	if(CaseNumber == 5)
		window.open("../advertisers/ad_days_story.php","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=400")
	if(CaseNumber == 6)
		window.open("../advertisers/ad_ke_story.php","my_new_window","toolbar=no, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=400")
	
}
//-->