// Calls htm pop up pages

P1="popHPhoto1.htm";
P2="popHPhoto2.htm";
P3="popHPhoto3.htm";
P4="popHPhoto4.htm";
P5="popHPhoto5.htm";

function popWindow(popPage){
	popWin=window.open(popPage,"Spiritual_Channeling","status=no,location=no,directories=no,menubar=no,scrollbars=no,statusbar=no,toolbar=no,resizable=0,left=300,top=200,width=300,height=430");

}

function closeWin(){
	picwindow.close();
}

