
function opener (string) {
winpops=window.open(string,"","width=640,height=480,")
}
function openersc (string) {
winpops=window.open(string,"","width=640,height=480,scrollbars")
}
function fhog (string) {
winpops=window.open(string,"","width=500,height=500,")
}