function prepareSubmit(form)
{
	form.submit()
}
// AMIVO2DE DEFECT 1238 CHANGE BEGINS
function pop()
{
/* AMIVO2DE IR2863 CHANGE BEGINS */
/*
	windowHandle = window.open('https://amqamgit01/loginPopUp.html','popup','height=225, width=225, left=0, top=0, screenX=400, screenY=300, status=0, resizable=0, toolbar=0, titlebar=0, scrollbars=0, menubar=0');
*/
/* AMIVO2DE IR2863 CHANGE ENDS */
/* AMIVO2DE IR2863 CHANGE BEGINS */
	windowHandle = window.open('https://amqamgit01/loginPopUp.html','loginpopup','height=225, width=225, left=0, top=0, screenX=400, screenY=300, status=0, resizable=0, toolbar=0, titlebar=0, scrollbars=0, menubar=0');
/* AMIVO2DE IR2863 CHANGE ENDS */
}
function mainFramePrint()
{
	window.parent.focus();
	window.print();
}
function closePop()
{
	windowHandle = window.open('','popup','top=9999px,left=9999px');
	windowHandle.close();
}

