<!--

//alert('hello');

/*----[ use as shown below]--------
<SCRIPT LANGUAGE="JavaScript" SRC="../../_js/popup.js"></SCRIPT>

<A HREF="javascript:void(0)" onClick="MM_openBrWindow('enter location here', 'feedbackX', popup[x])">

onClick="MM_openBrWindow('media/xx00/01.htm', 'feedback3', popup[3])"

<LINK REL=stylesheet TYPE=text/css HREF="../../../../../styles/retail.css">
<!-- [ POPUP ] -->

remember also
onLoad="window.focus(1)"
----[end comments]----------*/

	var popup = new Array();
	popup[0] = '';

//A - Feedback and Hints
	popup[1] = 'scrollbars=yes,resizable=yes,width=350,height=140,top=20,left=20';
	popup[2] = 'scrollbars=no,resizable=yes,width=350,height=140,top=20,left=20';

//B - Thumbnail with feedback
	popup[3] = 'scrollbars=yes,resizable=yes,width=365,height=440,top=20,left=20';
	popup[4] = 'scrollbars=no,resizable=yes,width=365,height=440,top=20,left=20';

//C - Standard Pages 450 x 250
	popup[5] = 'scrollbars=yes,resizable=yes,width=450,height=250,top=20,left=20';
	popup[6] = 'scrollbars=no,resizable=yes,width=450,height=250,top=20,left=20';

//D - Standard Pages 640 x 360
	popup[7] = 'scrollbars=yes,resizable=yes,width=640,height=360,top=5,left=5';
	popup[8] = 'scrollbars=no,resizable=yes,width=640,height=360,top=5,left=5';

//E - Standard Pages 640 x 480
	popup[9] = 'scrollbars=yes,resizable=yes,width=640,height=480,top=5,left=5';
	popup[10] = 'scrollbars=no,resizable=yes,width=640,height=480,top=5,left=5';




//F - Staff Room and Resource Room
	popup[11] = 'scrollbars=no,resizable=yes,width=500,height=350,top=10,left=145';

//G - Intranet frameset-ONLY 
	popup[12] = 'scrollbars=yes,resizable=yes,width=720,height=500,top=0,left=0';

//Direct link to DOCs and PDFs
	popup[17] = 'menubar=yes,scrollbars=yes,resizable=yes,width=700,height=480,top=5,left=5';

//H - Links to External Sites
	popup[13] = 'toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=640,height=400,top=5,left=5';

//I - Bulletin board, email and resources
	popup[14] = 'menubar=yes,scrollbars=yes,resizable=yes,width=640,height=480,top=5,left=5';

//J - Popups 720 x 500 (same size as intranet) 
	popup[15] = 'scrollbars=yes,resizable=yes,width=720,height=500,top=0,left=0';

//K - Popup Glossary frameset-ONLY (350 x 275)
	popup[16] = 'scrollbars=yes,resizable=yes,width=350,height=275,top=20,left=20';

//L - VR's -ONLY 
	popup[18] = 'scrollbars=yes,status=yes,resizable=yes,width=480,height=520,top=10,left=10';  //vr frameset
	popup[28] = 'scrollbars=auto,status=no,resizable=yes,width=270,height=540,top=10,left=502'; //vr instructions popup


//M - Special Popup 380 x 480
	popup[19] = 'scrollbars=no,resizable=yes,width=380,height=480,top=5,left=5';

//N - Popups (350 x 250)
	popup[20] = 'scrollbars=yes,resizable=yes,width=350,height=250,top=20,left=20';

//O - Popups (same as size 9)
	popup[21] = 'scrollbars=yes,resizable=yes,width=640,height=480,top=15,left=15';

//P - Popups (480 x 480)
	popup[22] = 'scrollbars=no,resizable=yes,width=480,height=480,top=15,left=15';

//Q - Standard Pages 450 x 350
	popup[23] = 'scrollbars=yes,resizable=yes,width=450,height=350,top=20,left=20';
	popup[24] = 'scrollbars=no,resizable=yes,width=450,height=350,top=20,left=20';

//R - Standard Pages 350 x 300
	popup[25] = 'scrollbars=no,resizable=yes,width=350,height=300,top=20,left=20';

//S - Standard Pages 350 x 180
	popup[26] = 'scrollbars=no,resizable=yes,width=350,height=180,top=20,left=20';

//T - Standard Pages 540 x 420
	popup[27] = 'scrollbars=no,resizable=yes,width=540,height=420,top=20,left=20';

//U - Credits Popup 380 x 300
	popup[29] = 'scrollbars=no,resizable=yes,width=380,height=200,top=5,left=5';

//V - Intranet Newsletter thumbnails Popup 320 x 240
	popup[30] = 'scrollbars=no,resizable=no,width=320,height=265,top=5,left=5';
	popup[31] = 'scrollbars=no,resizable=no,width=240,height=345,top=5,left=5';

//O - Popups (660 x 510 & 500 x 550)
	popup[32] = 'scrollbars=yes,resizable=yes,width=660,height=510,top=15,left=15';
	popup[33] = 'scrollbars=yes,resizable=yes,width=500,height=550,top=15,left=15';

//P - Standard Pages 560 x 420
	popup[34] = 'scrollbars=no,resizable=yes,width=320,height=560,top=20,left=20';

//Q - Standard Pages 500 x 300
	popup[35] = 'scrollbars=no,resizable=yes,width=500,height=300,top=20,left=20';

//R - Standard Pages 500 x 300
	popup[36] = 'scrollbars=yes,resizable=yes,width=500,height=300,top=30,left=30';

//S - Standard Pages 500 x 550
	popup[37] = 'scrollbars=no,resizable=yes,width=500,height=550,top=15,left=15';
	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//-->
