//Popup Window Script
function openpopup(popurl){

winpops=window.open(popurl,"","width=450,height=300,")
}
// --->
