function openEmailWin(sessID)
{
	//Open a modal window with an iframe page inside, and assign the result to a global variable called "cartwindow"
	loginwindow = dhtmlmodal.open('ajaxbox', 'iframe', 'emailquestion.asp?urlvalue=' + sessID, 'emailQuestion', 
	'width=820px,height=420px,center=1,resize=0,scrolling=0,scrollbars=no')
	
	loginwindow.onclose=function()
	{

	}
}