
// General JavaScript

function peekinside(strLocation)
{
	popup = window.open(strLocation,"popup", "resizable=no,width=613,height=652,status=1,scrollbars=0,menubar=0");
}
