// JavaScript Document





//SuckerTree Horizontal Menu (Sept 14th, 06)

//By Dynamic Drive: http://www.dynamicdrive.com/style/



function popup(mylink, windowname)



{



if (! window.focus)return true;



var href;



if (typeof(mylink) == 'string')



   href=mylink;



else



   href=mylink.href;



window.open(href, windowname, 'width=700,height=400,scrollbars=yes');



return false;



}












