//<!-- Goes between <head> & </head> tags 
//     ================================== -->
//<script language="javascript"> 

/* external file "myvsparmsg.txt" begins */
// begin: Vertical Scroller's Parameters 

//PATTERN: How many messages may RESIDE within scrolling area while PAUSING: 
//0 for SINGLE, only one RESIDES within area while PAUSING;
//1 for MORE, as many as they fit RESIDE in the area while PAUSING; 
//Should one choose  below to set msgnr=1 (MORE), a blank space
//will automatically be inserted after each and every message;
//"stileret" would set the vertical size for this blank space, see STEP I above;
var msgnr=0;
if(msgnr==1){
var retclass='class="stileret"';
}

//If msgnr=0 for PATTERN SINGLE was chosen above and you want that any
//mesage smaller than area NOT to be CELL-CENTERED, set below value 0:
var celcen=1;

//1: FIRST message shows up right at top edge (or cell-centered) and pauses;
//If First message is to show up at bottom edge and starts scrolling, set below value 0:
var udopt=1;

//WIDTH of the Scroller in pixels: set to your own;
//"px" unit will automatically be set in the process, so do not write "px";
var mwidth=175; 

//HEIGHT of the Scroller in pixels: set to your own; 
//"px" unit will automatically be set in the process, so do not write "px";
//larger Messages (exceeding height) will slide OK anyway, but
//the exceeding height won't show up on option Instant Recall if chosen!
var mheight=165; 

//BACKGROUND: either color(1) or image(2, see below) ;
//1.Background color: could be like: "#ffff00" or "yellow";
//set it "" for no background color;
var mcolor="#ffffe0";

//or 2.Background image: "imagename.ext";
//leave it "" for no image background;
var mbground="";

//BORDER for scrolling area: 1, ... ;
//set it 0(zero) for no border;
var mborder=1;

//SPEED in pixels: the higher the faster - set your own!
var mspeed=1; 

//PAUSE between messages in milliseconds: 1000=1s; set to your own; 
var mpause = 2000; 

//Live speed-change option: 0 (not desired) or 1 (desired);
//"stileupdn" would be the STYLE (CSS), see STEP I above;
//celcolor would set background color
var lsopt = 0;
if(lsopt==1){
var vesclass='class="stileupdn"';
var celcolor='#ccffcc';
}

//Recall Option: 
//Let it be 0 if not desired and the scroll will go on;
//set it 1 if desired: after a complete cycle the scroll stops
//and you may recall randomly any Message/Image;  
var rcopt=0;
if(rcopt==1){
var cbtxt = new Array();
//MUST BE as many TEXTs as the number of Messages/Images;
//Set your own TEXTs, like Messages Title or what you have in there: 
//cbtxt = ["1-TITLE", "2-Features", "3-Recall Option", "4-Other Possibilities", "5-Check"];
cbtxt=[];
}
//end Parameters 
//===

// begin: Vertical Scroller's Messages/Images - 

//Messages: as many as you'd like: set to your own; 
//Every message MUST be set as a continuous string within '...';
//you may split it by using '+ at ends and then ' at continuations;
//Inside any message you MUST use \' in lieu of ' if need be!
//Use of "<br />" or "<br>" for row control inside any message is recommended;
//Images stand alone or used within a message - preload is recommended:
//preloadname = new Image();
//preloadname.src = "imagename.ext";
//slmg[..]='< ... ><img ... src='+preloadname.src+' /><...>';

var slmg=new Array();

slmg[0]="<b><font color='blue'>E-Auction of MV GANGASAGAR - BULK CARRIER (Gross Tonnage: 28739, Net Tonnage: 15763, Light ship (As built): 10113.78 Long Tons, Year Built/Country :1987/S.Korea) for further trading/scrapping on behalf of The Shipping Corporation of India. For details please contact : +9122 22822789.</font></b><br><hr>";
slmg[1]="<b><font color='blue'><u>IRON ORE E-AUCTION:</u> <br> ON BEHALF OF MONITORING COMMITTEE, THE NEXT E-AUCTION (NO. 10486- NMDC) FOR SALE OF IRON ORE FROM VARIOUS MINES / STOCKYARDS IN KARNATAKA, IS SCHEDULED ON 24-02-12 AT 3 PM. PLEASE SUBMIT SEPARATE SETS OF DOCUMENTS & EMD FOR NMDC AND NON NMDC E-AUCTIONS.</font></b><br><hr>";
slmg[2]="<b><font color='blue'>e-Sale <br> <u>DECOMMISIONED 4 X 120 MW (4 UNITS) THERMAL PLANT AT SANTALDIH</u> <br>UNDER <br> THE WEST BENGAL POWER DEVELOPMENT CORPORATION LTD. <br> (EA-8271) <br>  On As Is Where Is Basis and No Complaint Basis <br> POSTPONED & RESCHEDULED On <br> 02.03.2012</font></b><br><br><a href='TenderEntry/Lot_Item_Details_AucID.aspx?arid=44935'><b>Click here for details</b></a><hr>";
slmg[3]="<b><font color='blue'>Devotees offered property of TTD for sale: Prime Plot 200 Sq. Yards along with old Building at Chiluku Durgaiah Street, Suryarao Peta, Vijayawada through e-auction. Contact : MSTC LTD, Vizag. Ph:9705229393, 0891-2746948/ 2701066.</font></b><hr>";
slmg[4]="<b><u><font color=red>!!! ATTENTION !!!</font></u><br><font color=green>DEVELOPERS /BUILDERS</font></u><br>GOVT. OF INDIA (PSU)<br>RESIDENTIAL LAND-22 ACRES<br>FOR SALE IN PRIME LOCATION<br>PUNE <br><u>:Owner of Land:</u><br>M/s Hindustan Antibiotics Limited <br>(A Govt of India PSU), Pimpri, Pune. <br><u>:Sale Notice:</u><br>To be declared shortly<br>(Under directives from BIFR)<br><u>:Contact:</u><br>Shri Ganesh A Yadav, Assistant Manager<br>MSTC LTD (A Govt of India Enterprise),<br>TEL: 022-22022296(Dir), 09869043055(Cell) Fax: 022 - 22845130</b><br>e-Mail: ganeshyadav@mstcindia.co.in<hr>";
slmg[5]="<b><font color='blue'>E-SALE OF HIGH CARBON FERRO MANGANESE FOR EXPORT. PEODUCT : High Carbon Ferro Manganese 75% min. SIZE: Normally 10 mm to 150 mm size lumps. PACKING: 50 KG double gunny bags.</font></b><br><br><a href='MSTC_Static_Pages/HighLight/E-SALE_OF_HIGH_CARBON_FERRO_MANGANESE_FOR_EXPORT_ANNEXURE_1.htm'><b>Click here for details</b></a><hr>";
slmg[6]="<font color='purple'><b>MSTC is conducting esale of Human Hair on behalf of Tirumala Tirupati Devasthanams, Tirupati through Global eAuctions. For further details & registration, interested buyers may contact our Vizag Office (Shri A. Rajamanickam, BM: +919666040607 or Shri B. Sudhakar, DM: +919705229393) or any other offices of MSTC</b></font><hr>";
slmg[7]="<font color='blue'><b>Golden opportunity for traders dealing in Makhana & Agro commodities:<br> Limited period Free Registration for participation in Agro product e-auction/e-sales.</b></font><hr>";
slmg[8]="<font color='RED'><b>MSTC IS CONDUCTING E-AUCTION FOR SALE OF IRON ORE, MANGANESE ORE, SPONGE IRON ETC ON BEHALF OF OMDC (ORISSA MINERALS DEVELOPMENT CO LIMITED). INTERESTED CUSTOMERS ARE REQUESTED TO REGISTER WITH OUR WEBSITE.</b></font><hr>";
slmg[9]="<font color='blue'><b>MSTC introduces payment of EMD for coal e-auction by RTGS transfer.</b></font><br><br><a href='MSTC_Static_Pages/Coal/Instructions_for_bidders_for_RTGS_Nov08.pdf'><b>CLICK HERE FOR DETAILS</b></a><hr>";
slmg[10]="<b>IMPORT THROUGH MSTC LIMITED</b><BR><BR><BR> <a href='MSTC_Static_Pages/HighLight/HASSELFREEIMPORT.htm'><u>Click here for details</u></a><hr>";
slmg[11]="<b>DISPOSAL OF STEEL TUBES</b><BR><BR><BR> <a href='MSTC_Static_Pages/HighLight/SROSALEOFSTEETUBES.htm'><u>Click here for details</u></a><hr>";
// ...
//slmg[...]='...';
//end Messages 
/* end of external_remote file "myvsparmsg.txt" */

//</script> 
//<!-- end Script between <head> and </head> Tags -->
