var popWindow = null;

function popWin(win) {
	popWindow=window.open(win,"secWindow","resizable=yes,status=no,width=300,height=330");
	popWindow.focus();
}

function popRea(win) {
	popWindow=window.open("5reasons.html","secWindow","resizable=yes,status=no,width=360,height=270");
	popWindow.focus();
}

function popLen(win) {
	popWindow=window.open("lenticular.html","lenPop","resizable=yes,status=no,width=250,height=380");
	popWindow.focus();
}

function popCas(pic,w,h) {
	popWindow=eval('window.open("casepic.php?image='+pic+'","secWindow","scrollbars=0,resizable=yes,status=no,width='+w+',height='+h+'")');
	popWindow.focus();
}
