﻿function NewWindowPDF(url,name) {
				window.open(url,name,'height=650,width=700,status=no,toolbar=yes,menubar=1,resizable=1,scrollbars=1,titlebar=1,location=no,top=30,left=30');	
			}	
			
function NewWindowHelp_s(url,name) {
				window.open(url,name,'height=300,width=500,status=no,toolbar=yes,menubar=1,resizable=1,scrollbars=1,titlebar=1,location=no,top=30,left=30');	
			}	