var EmjaInteractive_ExternalProduct=Class.create();EmjaInteractive_ExternalProduct.prototype={initialize:function(){},open:function(url,target)
{if(window.opener){var wnd=window.opener;}else{var wnd=window;}
productWindow=wnd.open(url,target,'menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');}}
externalProduct=new EmjaInteractive_ExternalProduct();
