﻿function openSwin(URL)
{
   window.open (URL,"_blank","status=no,resizable=no,toolbar=no,menubar=no,scrollbars=yes,width=500,height=365,left=200,top=125");
}

function openwin(href)
{
	window.open(href,'answerwin','location=no,height=500, width=730, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, status=no');
}
