// JavaScript Document

function popup(url){
window.open(url, "popup", "width=525,height=700,scrollbars=yes,resizable=yes");
} 

function popup2(url){
window.open(url, "popup2", "width=525,height=700,scrollbars=yes,resizable=yes");
} 

function popup3(url){
window.open(url, "popup3", "width=525,height=700,scrollbars=yes,resizable=yes");
} 