|
|
|
Amrita Rao launches Titan Raga ‘Chocolat’ watches! |
|
| |
Date added: 4 May 2009 | Views: 1603 |
|
| |
 Amrita Rao on Thursday April 23rd evening launched Titan Raga’s ‘Chocolat’ range of watches
Titan’s Design Studio in CST, Mumbai.
While unveiling the collection, Amrita Rao, said, “I am truly impressed with the inspiration
and refined styling of these watches. I love any form of chocolates and these watches truly pay a tribute to the sensuality of chocolate. I think
every watch in this new collection from Titan
The award winning Titan Design Studio has designed this stunning collection of 7 unique designs
that remind you of all forms of chocolates - right from the drops of glistening brown chocolate to rich dark temptation to blocks of wholesome
richness of butter and milk. With names like Choco Lure, Sinful Bliss, Chocolate Fondue, Passion Soufflé, Wicked Brownie, Choco-whirls and
Choco-Block. -Sampurn Media... |
|
HTML;
= <<
function insertext(open, close, spot){
msgfield = document.forms['comment'].elements['comments'];
// IE support
if (document.selection && document.selection.createRange){
msgfield.focus();
sel = document.selection.createRange();
sel.text = open + sel.text + close;
msgfield.focus();
}
// Moz support
else if (msgfield.selectionStart || msgfield.selectionStart == '0'){
var startPos = msgfield.selectionStart;
var endPos = msgfield.selectionEnd;
msgfield.value = msgfield.value.substring(0, startPos) + open + msgfield.value.substring(startPos, endPos) + close + msgfield.value.substring(endPos, msgfield.value.length);
msgfield.selectionStart = msgfield.selectionEnd = endPos + open.length + close.length;
msgfield.focus();
}
// Fallback support for other browsers
else {
msgfield.value += open + close;
msgfield.focus();
}
return;
}
|