/*
 * Popup code generated by PopUpMaster Pro from 
 * http://popupmaster.com
 * Copyright (c)2003, Steve Shaw, takanomi.com
 */
var popup1;
var height1=600;
var width1=500;
var left1=0;
var top1=0;
function linkpop1(filename){
popup1 = window.open(filename, "","height="+height1+",width="+width1+",top="+top1+",left="+left1+",location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
}
