// JavaScript Document
function openwin_qa(url,name,w,h){
	window.open(url,name,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+w+',height='+h)
}