﻿/*
* @file: 		emailpage.js
* @description: Scripts to support Email page popup.
* @author: 		bxt
* @date:		10-JUL-2008
*/


function showEmailPopup(sUrl) {
	var win = window.open(sUrl +'?page='+location.href, 
		'popup', 
		'toolbar=0,location=0,statusbar=0,menubar=0,scrollbars=yes,width=400,height=500');		
}