var message="All contents and graphics © Universal Exports, INDIA.\nContact mail@universalweddingcards.com for more details."; // Message for the alert box

// Don't edit below!
function click(e) {
					if (document.all) 
					{
						if (event.button == 2)
						{
							alert(message);
							return false;
						}
					}

				}
document.onmousedown=click;
function sendtext()
{
window.open("sendtext.asp", "SendText", "margintop=0, marginleft=0, marginright=0, toolbar=0, status=0, menubar=0, location=no,width=650, height=650, top=25, left=10 scrollbars=1");
} 
// -->