//<!--
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

condition = !(( (browserName.indexOf("Explorer") >=0 ) && (browserVer <= 4) ) ||  ((browserName.indexOf("Netscape") >=0 ) && (browserVer < 2) ) ) ; 

if (condition == true  )
    CanAnimate = false;
else
    CanAnimate = true;



function openchild(gif,code,dis,pure){
var text = code;
var detail =dis;
var purity = pure;

	winname = Math.round(Math.random()*100);
if ( CanAnimate ){
msgWindow=window.open( '' , winname,'toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=yes,width=700,height=450');
msgWindow.focus();

msgWindow.document.write('<HTML><head><Title>Silver Jewelry</Title>');
msgWindow.document.write('<LINK href="cwd.css" rel=stylesheet type=text/css>');
msgWindow.document.write('<script Language="javascript">var errormsg="You Dont Have Permission To Right Click"; 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('<div align="center"><center><TABLE border="0" cellPadding="0" cellSpacing="0" width="100%" style="border-collapse: collapse"><TBODY><TR>      <TD width="15" height="1" align="center" valign="top">  <IMG border="0" hspace="0" src="window-images/flower.gif" width="15" height="33"></TD>      <TD  width="92" height="1"><IMG align="left" border="0" height="33" hspace="0" src="window-images/rajasthan-package.gif" width="114"></TD>        <TD align=left background="window-images/td-bg.gif" width="597" height="1">  <div align="center">    <center>  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="56%" bgcolor="#FFFFFF"><tr>  <td width="50%" align=center class="boxtext"><IMG height="1" src="window-images/zero.gif" width="1">&nbsp;Silver Jewelry</td></tr></table>    </center>  </div>  </TD>        <TD width="16" height="1">    <IMG src="window-images/right.gif" width="16" height="33"></TD></TR><TR>      <TD background="window-images/side-bg.gif" width=15 height="30"></TD>    <TD align="left" colSpan="2"  valign="top" height="30">      <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="19"><tr>    <td width="100%" height="32" align="center" valign="middle">  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">    <tr>      <td width="50%">      <p align="center">  <img src="' + gif + '" style="border: 3px double #000000"></td>      <td width="50%">          <div align="center">    <center>        <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="79%" height="16">        <tr>                <td width="33%" height="11" class="boxtext">          <p align="center">  Code:</td>                    <td width="67%" height="11" class="boxtext">          <p align="center">'   + text + '</td>        </tr>        <tr>                    <td width="33%" height="11" class="boxtext">            <p align="center">Description</td>                      <td width="67%" height="11" class="boxtext" align="center">' +detail+ '</td>        </tr>        <tr>                      <td width="33%" height="16" class="boxtext">            <p align="center">Purity</td>                      <td width="67%" height="16" class="boxtext">            <p align="center">'+purity+'</td>        </tr>      </table>                </center>  </div>  </td>    </tr>  </table>  </td></tr></table></TD>  <td height="30" background="window-images/side-bg2.gif">&nbsp;</td>          <TD background="window-images/side-bg2.gif" width="16" height="30"></TD></TR><TR>            <TD width="15" height="22" valign="top" align="left"><IMG height="17" src="window-images/bottom-left-bg.gif" width="15"></TD>        <TD align="left" colSpan="2" width="100%" height="22" background="window-images/bottom-bg.gif">&nbsp;</TD>                <TD     width="16" height="22" valign="top"><IMG height="17" src="window-images/bootm-right.gif" width="16"></TD></TR></TBODY></TABLE>  </center></div>');
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=400,height=400');
        msgWindow=window.open( gif ,text,detail,purity,winname,'toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=400,height=400');
        msgWindow.focus();
msgWindow.document.write('<HTML><head><Title>Blowups</Title>');
msgWindow.document.write('<script Language="javascript">var errormsg="Welcome to www.Exxoticindia.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="' + gif + '"></center>');
msgWindow.document.write('<center>' + text + '</center>');
msgWindow.document.write('<center>' + detail + '</center>');
msgWindow.document.write('<center>' + purity + '</center>');
msgWindow.document.write('</body></HTML>');
}       
}


function openurl(url)
{
msgWindow=window.open(url);
msgWindow.focus();
}
//-->