// shared.js script, version 2.1, 08-13-03, Hot Pepper, Inc., http://www.hotpepper.com

// img preloads =====================================================
// see /shared.php
/*
hh = new Image(); hh.src = d+"pix/hh.gif"; hh_roll = new Image(); hh_roll.src = d+"pix/hh_roll.gif";
*/	
// /img preloads =====================================================

// popup window functions ==========================================
function popFlex(URL,winName,W,H,scroll)
	{
	if (scroll == "dom")
		{
		if (document.getElementById) {scroll = "scrollbars=no";}
		else {scroll = "scrollbars";}
		}
	if (scroll == "no") {scroll = "scrollbars=no";}
	if (scroll == "yes") {scroll = "scrollbars";}
	window.open(URL, winName,"top=0,left=30,width="+W+",height="+H+",resizable=no,"+scroll+"");
	}	
// /popup window functions ==========================================
