Article = new Array;
i=0;
/* DEFINE SCROLLER ELEMENTS
Define new scroller elements here in the following format.
Article[i] = new Array ("display text", "URL", "frame target to load link in");i++
Note: If you do not want the item to be a link, change the URL value to "none".
*/
Article[i] = new Array ("Oferte de ultima ora", "none", "");i++
Article[i] = new Array ("Oferta Speciala Princess Residence", "oferta-speciala-princess-residence-O330", "");i++
Article[i] = new Array ("Oferta Speciala Paradise Beach SPO 5", "oferta-speciala-paradise-beach-spo-5-O329", "");i++
Article[i] = new Array ("Oferta Speciala Albena pentru 09.08 - 10.08.2010", "oferta-speciala-albena-pentru-09.08-10.08.2010-O328", "");i++
Article[i] = new Array ("Oferta Speciala Sol Nessebar Mare&Bay pentru luna Iulie", "oferta-speciala-sol-nessebar-marebay-pentru-luna-iulie-O326", "");i++
Article[i] = new Array ("Oferta Low Cost Festa Pomorie", "oferta-low-cost-festa-pomorie-O325", "");i++
Article[i] = new Array ("Oferta No Name Elenite", "oferta-no-name-elenite-O324", "");i++
Article[i] = new Array ("Oferta Speciala Majestic pentru luna August", "oferta-speciala-majestic-pentru-luna-august-O323", "");i++
Article[i] = new Array ("Pachete de 6 nopti la Miramar Club", "pachete-de-6-nopti-la-miramar-club-O322", "");i++
Article[i] = new Array ("Reducere speciala de 15% la hotelul Romance pentru luna August", "reducere-speciala-de-15-la-hotelul-romance-pentru-luna-august-O321", "");i++
Article[i] = new Array ("Reducere speciala de 20% pentru luna Iulie la hotelul Primasol Magnolia&SPA", "reducere-speciala-de-20-pentru-luna-iulie-la-hotelul-primasol-magnoliaspa-O320", "");i++
////// SCROLLER CONFIGURATION ///////////////////////////////////////////////////////////////////
orientation = "horizontal" // Orientation of scroller (Horizontal or vertical)
scrollerWidth = "799" // Width of entire scroller.
scrollerHeight = "20" // Height of Scroller.
borderWidth = 0 // Width of border. (use 0 for no border).
borderColour = "#ffffff" // Colour of scroller border. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red")
backColour = "#E0342C" // Colour of scroller background. (Use either hexadecimal or text values. e.g. "#FF0000" or "Red")
staticColour = "#ffffff" // Colour of scroller items that are NOT a link. (including scrollerDivider characters)
stopScroll = 1 // Pause the scroller on mouseOver. (use 0 for no.)
textAlignment="left" // Alignment of each scroller item. Only really makes a difference on vertical scroller
// (center, left, right, justify)
// Scroller Links
linkFont = "arial" // Font of scroller links;
linkWeight = "bold" // Weight of scroller links;
linkColour = "#ffffff" // Colour of scroller links
linkSize = "10" // Size of links (in points)
linkDecoration = "none" // Decoration of links. (underline, overline, none)
// Scroller Links On MouseOver
slinkFont = "arial" // Font of scroller links;
slinkWeight = "bold" // Weight of scroller links;
slinkColour = "#ffffff" // Colour of scroller links
slinkSize = "10" // Size of links (in points)
slinkDecoration = "underline" // Decoration of links. (underline, overline, none)
scrollerDivider = " - " // Character to place between each scroller item.
//
tags can be used if an image is required.
// Use "0" for nothing. For Vertical scrollers, it is best to use "
"
/*
Because Netscape version 4 does not support this scroller, configure the values below so NS4 users do not see an error.
In the scroller's place will be a static title which can be a link if require. The appearance of the static text (colour, scroller border etc)
will be exactly the same as for the working version in other browsers.
*/
ns4Text = "www.balkantravel.com.ro - Oferte de ultima ora"; // Alternative text to display in Netscape 4.
ns4URL = "http://www.balkantravel.com.ro"; // URL of link in NS4. If no URL is required, enter "none"
ns4Target = "_top"; // Frame target for link in NS4
////// DO NOT EDIT BELOW THIS LINE ///////////////////////////////////////////////////////////////////
//Browser Sniffer
var isIE = (document.getElementById && document.all)?true:false;
var isNS4 = (document.layers)?true:false;
var isNS6 = (document.getElementById && !document.all)?true:false;
style='