Custom shadows hint example

Custom shadows hint example

Drinks

Name

Type

Min. Consignment

Znamenovskaya aerated *

mineral water

10,000 *

Znamenovskaya natural *

mineral water

25,000 *

Two Oceans *

mineral water

10,000 *

var cthint2_html_s = ua.ie5up ? "<img src=\"img/xp/s.gif\" width=1 height=1>" :
	"<p style=\"margin:0;font-size:1px;color:#999999\">.</p>";
var cthint2_html = "<table width=400 height=200 border=0><tr><td>&nbsp;</td>" +
	"<td align=left valign=middle width=100%><p>" +
	"Znamenovskaya natural water is very rich with useful minerals and microelements." +
	"</p></td><td valign=middle><img src=\"img/Pict0001.jpg\" width=170 height=172></td>" +
	"<td>&nbsp;</td></tr></table>";
var cthint3_html = "<table width=400 height=200 border=0><tr><td>&nbsp;</td>" +
	"<td align=left valign=middle width=100%><p>" +
	"These remedial and medical-table water is extracted from wells which" +
	" situated in ecological health resort regions of Dnepropetrovsk." +
	" It has the original taste. It is irreplaceable source of health," +
	" good mood and good self feeling.</p></td><td valign=middle>" +
	"<img src=\"img/Pict0005.jpg\" width=155 height=172></td><td>&nbsp;</td></tr></table>";
var cthint4_html = "<table width=400 height=200 border=0><tr><td>&nbsp;</td>" +
	"<td align=left valign=middle width=100%><p>" +
	"Two Oceans natural mineral water, which is obtained from deep artesian wells," +
	" contains the complex of useful substances and the energy of depths of the earth." +
	"</p></td><td valign=middle><img src=\"img/2oc.jpg\" width=89 height=172></td>" +
	"<td>&nbsp;</td></tr></table>";
var cthint5_html_s = ua.ie5up ? "<img src=\"img/xp/s.gif\" width=1 height=1>" :
	"<p style=\"margin:0;font-size:1px;color:#999999\">.</p>";
var cthint5_html = "<p>for Countries of SIC</p>";

var cthintS2 = new CT_Hint(402, 252, 1,"", true, 8,306,
	cthint2_html_s, "#888888", "", "",
	{
		width : 0, color : ""
	}, true, 2,"Alpha(Opacity=30) ", 0,400, 0
);
var cthint2 = new CT_Hint(400, 250, 1,"", true, 2,300,
	cthint2_html, "#3399FF", "", "",
	{
		width : 2, color : "#003399"
	}, true, 2,"Alpha(Opacity=80) ", 0,400, 0
);
var cthint3 = new CT_Hint(400, 250, 1,"", true, 2,300,
	cthint3_html, "#3399FF", "", "",
	{
		width : 2, color : "#003399"
	}, true, 2,"Alpha(Opacity=80) ", 0,400, 0
);
var cthint4 = new CT_Hint(400, 250, 1,"", true, 2,300,
	cthint4_html, "#3399FF", "", "",
	{
		width : 2, color : "#003399"
	}, true, 2,"Alpha(Opacity=80) ", 0,400, 0
);
var cthintS5 = new CT_Hint(252, 32, 2,"", true, 24,-246,
	cthint5_html_s, "#888888", "", "",
	{
		width : 0, color : ""
	}, true, 2,"Alpha(Opacity=30) ", 400, 400, 4000
);
var cthint5 = new CT_Hint(250, 30, 2,"", true, 20,-250,
	cthint5_html, "green", "", "",
	{
		width : 0, color : "black"
	}, true, 2,"", 400, 400, 4000
);

cthintS2.create();
cthint2.create();
cthint3.create();
cthint4.create();
cthintS5.create();
cthint5.create();