
function pWinGen (wUrl,wName,wScl,wRsz,wWdt,wHgt) {
	newWin = window.open (wUrl,wName,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=' + wScl + ',resizable=' + wRsz + ',width=' + wWdt + ',height=' + wHgt);
	newWin.focus();
}


// pulldown link
function plLnk(){
	with (document.nofl02)
	{
		lnkUrl = 'http://www.warnermycal.com/cinema/' + siteID02[siteID02.selectedIndex].value + '/index.html';
		if (lnkUrl.length>0)
			location.href = lnkUrl
		else
			elm.options.selectedIndex = 0;
	}
}

