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