function spawnWindow(URL,Name,features) { 
window.open(URL,Name,features); 
} 
