﻿
function openMe1()
{
window.open("./popup1.htm","newwindow",
"scrollbars=no,resizable=no,width=600,height=400")
}

function openMe3()
{
window.open("./popup4.htm","newwindow",
"scrollbars=no,resizable=no,width=680,height=520")
}