
<!-- Begin
function popUp(URL, width, height) {
day = new Date();
id = day.getTime();

if (width > 0)
{

}
else
{
	width = 350;
}

if (height > 0)
{

}
else
{
	height = 150;
}

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 377,top = 249');");
}

function popUpNews(URL, width, height) {
day = new Date();
id = day.getTime();

if (width > 0)
{

}
else
{
	width = 350;
}

if (height > 0)
{

}
else
{
	height = 250;
}

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 377,top = 249');");
}

function popUpArchive(URL, width, height) {
day = new Date();
id = day.getTime();

if (width > 0)
{

}
else
{
	width = 360;
}

if (height > 0)
{

}
else
{
	height = 350;
}

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + width + ",height=" + height + ",left = 250,top = 180');");
}

function flyerPreview(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=165,height=263,left = 377,top = 249');");
}

function flyerPreviewLarge(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=432,height=705,left = 377,top = 0');");
}

// End -->
