<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // no quotes!!
XOffset=5;
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="green";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=450; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#aaFFaa"; <!-- ffff99--->
linkTarget="_top";
linkAlign="Left";
barBGColor="#red";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Fake Doctors List see here."; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Fake Degrees "] //create header
//ssmItems[1]=["<b>Degrees Received from Foreign countries by submitting fake certificates to Medical Council of India by the following candidates as per information received  on 11/2/03. by Medical Council of India.</b>", "fakedegree.html", ""]

ssmItems[1]=[" <table ><tr><td>&nbsp;</td> <td><font size=1><p align='justify'>&nbsp;&nbsp;&nbsp;It is stated that certain candidates who had qualified from institutions in CIS & other coutries and had obtained M.D(Physician) qualification from  those countries applied for grant of provisional/permanent registration to the Council with the documents as per the requirement of application form prescribed by this Council. Before considering grant of provisional/permanent registration, as per policy the documents as submitted by the candidates were subjected to verfication by the concerned authorities which also included the Embassy of the concerned country for verification of the  degree and verification of 10+2 marksheet from the concerned Board.</font><br></td> <td>&nbsp;</td></tr> <tr> <td>&nbsp;</td> <td> <font size=1><p align='justify'> &nbsp;&nbsp;&nbsp;On receipt of the verification some of the documents were reported to be fake in respect of candidates as per the enclosed list where Medical Council of India after taking serious note of this decided to lodge FIR(s) with the office of the Deputy Commissioner, Police Headquarter, New Delhi. The Candidates whose documents were verified to be fake have also been informed that the registration granted to them stands cancelled. However, except from few, the registration certificates inspite of the letter from the MCI have not been surrendered. It is apprehended that these candidates may practice in other States of India.</font></td> <td>&nbsp;</td></tr><tr><td>&nbsp;</td> <td><font size=1><p align='justify'>&nbsp;&nbsp;&nbsp;You are, therefore, requested to kindly note the names of the candidates against whom FIR has been lodged by the MCI for having submitted forged and false documents.</td><td>&nbsp;</td></tr> </table>", "fake_list.htm", ""]  
ssmItems[2]=["&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Click to See List of Fake Certified  Doctors", "fake_list.htm", ""] 

buildMenu();

//-->