function iconPopup ( item ) {
   window.open ( item + '.html','icons','scrollbars=no,width=550,height=550' );
}

//alert(navigator.userAgent);
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)))
{
	window.location=window.location+'iphone/';
}