// JavaScript Document
function popup()
{
 window.open("1.php","mywindow", "height=625, width=700");
}
function popup1()
{
 window.open("2.php","mywindow", "height=625, width=700");
}
function popup2()
{
 window.open("3.php","mywindow", "height=625, width=700");
}
function popup6()
{
 window.open("6.php","mywindow", "height=490, width=700");
}
function popup4()
{
 window.open("4.php","mywindow", "height=490, width=700");
}
function popup5()
{
 window.open("5.php","mywindow", "height=490, width=700");
}
function popup7()
{
 window.open("7.php","mywindow", "height=490, width=700");
}