function redirectTo(sPage){
	window.location=sPage;
}

function popupPic(sPicURL) { 
	window.open("imgpopup.html?"+sPicURL, "", "resizable=1,height=200,width=200");
}

function openPopup(URL, width, height){
	window.open(URL,"my_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height)
}
