<!--
function popuph(file,ht,wt) { 
theHeight = ht;
theWidth = wt;
var theTop=(screen.height/2)-(theHeight/2);
var theLeft=(screen.width/2)-(theWidth/2);

var features=
'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",toolbar=0,scrollbars=0";


content = "<HTML><HEAD><TITLE>SilverFox Studios - 516.798.6699</TITLE><link rel='stylesheet' href='pop.css' type='text/css'></HEAD>" + "<BODY bgcolor=#ffffff MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0><CENTER>" + "<OBJECT " + "classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' " +
"codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'" +
"WIDTH='" + theWidth + "' HEIGHT='" + theHeight + "' id='" + file + "' ALIGN=''>" + "<PARAM NAME=movie VALUE='" + file + "'>" + "<PARAM NAME=quality VALUE=high>" + " <PARAM NAME=bgcolor VALUE=#ffffff>" + " <EMBED src='" + file + "' quality=high bgcolor=#ffffff  WIDTH='" + theWidth + "' HEIGHT='" + theHeight + "' NAME='" + file + 
"' ALIGN=''  TYPE='application/x-shockwave-flash' " + "PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'</EMBED>" + "</OBJECT>" + "</center>"+ "</BODY></HTML>";

pop = window.open("","",features);
pop.document.open();
pop.focus();
pop.document.write(content);
pop.document.close();

} 
function popuphblack(file,ht,wt) { 
theHeight = ht;
theWidth = wt;
var theTop=(screen.height/2)-(theHeight/2);
var theLeft=(screen.width/2)-(theWidth/2);

var features=
'height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft+",toolbar=0,scrollbars=0";


content = "<HTML><HEAD><TITLE>SilverFox Studios - 516.798.6699</TITLE><link rel='stylesheet' href='pop.css' type='text/css'></HEAD>" + "<BODY bgcolor=#000000 MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0 TOPMARGIN=0><CENTER>" + "<OBJECT " + "classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' " +
"codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'" +
"WIDTH='" + theWidth + "' HEIGHT='" + theHeight + "' id='" + file + "' ALIGN=''>" + "<PARAM NAME=movie VALUE='" + file + "'>" + "<PARAM NAME=quality VALUE=high>" + " <PARAM NAME=bgcolor VALUE=#000000>" + " <EMBED src='" + file + "' quality=high bgcolor=#000000  WIDTH='" + theWidth + "' HEIGHT='" + theHeight + "' NAME='" + file + 
"' ALIGN=''  TYPE='application/x-shockwave-flash' " + "PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'</EMBED>" + "</OBJECT>" + "</center>"+ "</BODY></HTML>";

pop = window.open("","",features);
pop.document.open();
pop.focus();
pop.document.write(content);
pop.document.close();

} 
//-->

