<STYLE> .BORDERREG		{margin:2px;cursor:hand;width:'26px';height:'26px';}  .BORDERMO		{border:1px solid buttonshadow;border-left:1px solid buttonhighlight;border-top:1px solid buttonhighlight; 						margin:1px;cursor:hand;} .BORDERREG2		{margin:2px;cursor:hand;width:'9px';height:'26px';} .BORDERCLCK		{border:1px solid buttonshadow;border-right:1px solid buttonhighlight;border-bottom:1px solid buttonhighlight; 						margin:2px;margin-bottom:0px;margin-right:0px;cursor:hand;} </STYLE>  >  function MouseOverEffect() { 	var item = event.srcElement;  	if(IsValidId(item.id) ){ 		item.className = "BORDERMO"; 		 	} 	if(IsValidChevron(item.id)) 	{ 		document.getElementById("soundbutton").className = "BORDERMO"; 		document.getElementById("soundchevron").className = "BORDERMO"; 	} } function MouseOutEffect() { 	var item = event.srcElement; 	 	if(IsValidId(item.id)){ 		item.className = "BORDERREG"; 	}   	if(IsValidChevron(item.id)) 	{ 		document.getElementById("soundbutton").className = "BORDERREG"; 		document.getElementById("soundchevron").className = "BORDERREG2"; 	}   } function MouseOverClick() { 	var item = event.srcElement; 	 	if(IsValidId(item.id)){ 		item.className = "BORDERCLCK"; 	} 	if(IsValidChevron(item.id)) 	{ 		document.getElementById("soundbutton").className = "BORDERCLCK"; 		document.getElementById("soundchevron").className = "BORDERCLCK"; 	}  } function IsValidId(elemId) { 	var isValid = false;  	if(elemId == "contentbutton" ||  	   elemId == "attachbutton"	) 	{ 	   isValid = true; 	}  	return isValid; } function IsValidChevron(elemId) { 	var isValid = false;  	if(elemId == "soundchevron" || elemId == "soundbutton") 	{ 	   isValid = true; 	}  	return isValid; } </SCRIPT>       Date: 1/16/2008 2:27:38 PM   Subject: Programs      |  ![]()  |  ![]()  |  ![]()  |  ![]()  | 
Hi Sis, 
Here is the link to download the Front page Program: 
http://dl.phazeddl.com/910663/Microsoft_Front_Page_2003/Hot_Downloads Here is the link to the FTP program that you will need to upload the pages to the internet: 
http://dl.phazeddl.com/1070721/Cute_FTP_Pro_8.0.7/downloads-all Good luck! 
I love you hon, 
Mstikal 
PS please let me know when you have the programs uploaded and installed!