﻿function openwindow(url, name, args){
	window.open(url,name,args);
	return false;	
}



