/*  Product Page. Utility Scripts
	Modified: 10-31-07 
*/

function showReferal (page){
	var leftPos = 20
	var topPos = 40

	if (screen) {
		leftPos = (screen.width - 600) / 2;
		topPos = (screen.height - 400) / 2;
	}
	window.open('http://www.edgetechcorp.com/store/EmailAFriend.aspx?url=' + page,'referAfriend','fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,left=' + leftPos + ',top=' + topPos + ',width=600,height=400');
	return false;
}



