//<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

condition = !(( (browserName.indexOf("Explorer") >=0 ) && (browserVer < 4) ) ||  ((browserName.indexOf("Netscape") >=0 ) && (browserVer < 2) ) ) ; 

if (condition == true  )
    CanAnimate = true;
else
    CanAnimate = false;

function openchild(thisurl){
if ( CanAnimate ){

msgWindow=window.open( '' ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=370,height=430');
msgWindow.focus();
msgWindow.document.write('<HTML><head><Title>Blowups</Title>');
msgWindow.document.write('<script Language="javascript">var errormsg="Welcome to www.ashishimpex.com"; function mouseclick(evt) {if (document.layers) rc = (evt.which==3);if (document.all)    rc = (event.button==2); if (rc) {alert(errormsg); return false; }} if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=mouseclick; </script>');
msgWindow.document.write('</head><body bgcolor="#FFFFFF" Topmargin="0" leftmargin="0">');
msgWindow.document.write('<center><img src="' + thisurl + '"></center>');
msgWindow.document.write('</body></HTML>');
        //msgWindow.location.href = thisurl;
}
else {
        //msgWindow=window.open( gif,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=370,height=430');

        msgWindow=window.open( gif ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=370,height=430');
        msgWindow.focus();
msgWindow.document.write('<HTML><head><Title>Blowups</Title>');
msgWindow.document.write('<script Language="javascript">var errormsg="Welcome to www.ashishimpex.com"; function mouseclick(evt) {if (document.layers) rc = (evt.which==3);if (document.all)    rc = (event.button==2); if (rc) {alert(errormsg); return false; }} if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=mouseclick; </script>');
msgWindow.document.write('</head><body bgcolor="#FFFFFF" Topmargin="0" leftmargin="0">');
msgWindow.document.write('<center><img src="' + thisurl + '"></center>');
msgWindow.document.write('</body></HTML>');
}       
}

function openchild1(thisurl){

if ( CanAnimate ){

msgWindow=window.open( '' ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=370,height=430');
msgWindow.focus();
msgWindow.document.write('<HTML><head><Title>Blowups</Title>');
msgWindow.document.write('<script Language="javascript">var errormsg="Welcome to www.ashishimpex.com"; function mouseclick(evt) {if (document.layers) rc = (evt.which==3);if (document.all)    rc = (event.button==2); if (rc) {alert(errormsg); return false; }} if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=mouseclick; </script>');
msgWindow.document.write('</head><body bgcolor="#FFFFFF" Topmargin="0" leftmargin="0">');
msgWindow.document.write('<center><img src="' + thisurl + '"></center>');
msgWindow.document.write('</body></HTML>');
        //msgWindow.location.href = thisurl;
}
else {
        //msgWindow=window.open( gif,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=370,height=430');

        msgWindow=window.open( gif ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=370,height=430');
        msgWindow.focus();
msgWindow.document.write('<HTML><head><Title>Blowups</Title>');
msgWindow.document.write('<script Language="javascript">var errormsg="Welcome to www.ashishimpex.com"; function mouseclick(evt) {if (document.layers) rc = (evt.which==3);if (document.all)    rc = (event.button==2); if (rc) {alert(errormsg); return false; }} if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=mouseclick; </script>');
msgWindow.document.write('</head><body bgcolor="#FFFFFF" Topmargin="0" leftmargin="0">');
msgWindow.document.write('<center><img src="' + thisurl + '"></center>');
msgWindow.document.write('</body></HTML>');
}       
}

//-->