// JavaScript Document
function openpopup(){
var popurl="/contact/form.php"
winpops=window.open(popurl,"","width=675,height=550,scrollbars")
}