function intelPopUp( url, id ) {
	var win;
	win = window.open( url , id, 'resizable=1,scrollbars=0,width=360,height=220');
	win.focus();
}
