function popup(url, windowname, widthSize, heightSize, scrollbars){
	popupWindow = window.open(
			url,'popUpWindow','height=' + heightSize + ',width=' + widthSize +',left=10,top=10,resizable=no,scrollbars=' + scrollbars +',toolbar=no,menubar=no,location=no,directories=no,status=yes')
}