//-----------------------------------------------------------------------------------------------------------------------------------------
// 12/19/04 TGI, Created page
//-----------------------------------------------------------------------------------------------------------------------------------------


function emailFriend(sName){
	var h, w, friendWin
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	sFeatures = "height=" + h*.75 + ",width=" + w*.80 + ",resizable"
	friendWin = window.open("EmailFriend.asp?ProdID="+sName,"",sFeatures)
	
}




