// JavaScript Document



// This is to open SSC demo windows: demo size published @ 1280 * 818/778

var newwindow;
function poptastic_demos(url)
{
	newwindow=window.open(url,'name','height=880,width=1280,toolbars=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}

//newwindow=window.open(url,'name','height=880,width=1280,toolbars=no,menubar=no,location=no,scrollbars=no,resizable=no,status=yes');
//	if (window.focus) {newwindow.focus()}




// This is to open SSC staff photo on the SSC home page: November 24, 2010

var newwindow;
function poptastic_sscphoto(url)
{
	newwindow=window.open(url,'name','height=480,width=640,toolbars=no,menubar=no,location=no,scrollbars=nos,resizable=no,status=yes');
	if (window.focus) {newwindow.focus()}
}


