function OpenWindow (type,loc,handle)
{
var wnd="";
var myWindow = window.open (loc, wnd, "resizable=yes,scrollbars=no,status=0,width=550,height=250,screenX=1,screenY=1");
if (navigator.appName=='Netscape') { myWindow.focus(); }
if (handle==1) { return myWindow; }
}
function urlVersion3()
{
window.open('http://www.e-marketci.com/sertifika.htm','urlVersion1', "resizable=yes,scrollbars=no,width=400,height=620,screenX=1,screenY=1");
}
function urlVersion2()
{
window.open('http://www.e-marketci.com/cert.htm','urlVersion1', "resizable=yes,scrollbars=no,width=400,height=620,screenX=1,screenY=1");
}
function urlVersion4()
{
window.open('http://www.gost-r.de/de/qcontact1.htm','urlVersion1', "resizable=no,scrollbars=no,width=660,height=470,screenX=1,screenY=1");
}
function urlVersion5()
{
window.open('http://www.gost-r.de/de/call_back1.htm','urlVersion1', "resizable=yes,scrollbars=no,width=660,height=570,screenX=1,screenY=1");
} 