<!--This is one of many scripts which are available at:     *---
//--http://www.JavaScript.nu/javascript                     *---
//--This script is FREE, but you MUST let these lines       *---
//--remain if you use this script.                          *---

function blank(url,width,height)

{

//***---Här kan du ändra fönstrets egenskaper. Värdena kan vara "yes" eller "no".
//***-------***************************************************************************************--

egenskaper="toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes";
egenskaper+=",width="+width;
egenskaper+=",height="+height;
unik=new Date();
unik=unik.getSeconds()+"_"+unik.getMinutes()+"_"+unik.getHours();
window.open(url,unik,egenskaper);
}

//-->
