//Open Subwindow///////////////////
function subWin(wURL,wName,wOption){
	window.open(wURL,wName,wOption);
}		
