//@BEGINVERSIONINFO

//@APPVERSION: 50.4014.0.2

//@FILENAME: sfemailfriend.asp
	 


//@DESCRIPTION: Handles Opening of Email Page

//@STARTCOPYRIGHT
//The contents of this file is protected under the United States
//copyright laws as an unpublished work, and is confidential and proprietary to
//LaGarde, Incorporated.  Its use or disclosure in whole or in part without the
//expressed written permission of LaGarde, Incorporated is expressly prohibited.

//(c) Copyright 2000 by LaGarde, Incorporated.  All rights reserved.
//@ENDCOPYRIGHT

//@ENDVERSIONINFO

function emailUs(sName){
	var h, w, friendWin
	h = window.screen.availHeight 
	w = window.screen.availWidth
	//EDIT 05-03-2003
	//sFeatures = "height=" + h*.75 + ",width=" + w*.80 + ",resizable"
	sFeatures = "height=" + h*.75 + ",width=" + w*.80 + ",resizable,scrollbars,left=5,top=5"
	friendWin = window.open("EmailUs.asp?ProdID="+sName,"",sFeatures)
}
