<!--begin
/*
 * Popup code generated by PopUpMaster Pro from 
 * http://popupmaster.com
 * Copyright (c)2003, Steve Shaw, takanomi.com
 */

var popup;
var height=650;
var width=860;
var left=(screen.width/2)-(800/2);
var top=(screen.height/2)-(600/2);
function linkpop(filename){
popup = window.open(filename, "","height="+height+",width="+width+",top="+top+",left="+left+",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no");
}

// end -->
