/*

--------------------------------------------------
|             By Aniel Bhulai       191002        |
|    You're welcome to use/edit this script.      |
|    Keep the comments and drop me a note.        |
--------------------------------------------------
|                 bhulai@dds.nl                   |
|       http://www.bhulai.dds.nl         	  |
--------------------------------------------------

*/

function openscreen(name,scrwidth,scrheight,resize,scroll,toolbar,location,status,menu){
  	startDate=new Date();   	tmpWin=window.open(name,startDate.getTime(),"toolbar="+toolbar+",location="+location+",resizable="+resize+",status="+status+",scrollbars="+scroll+",menubar="+menu+",width="+scrwidth+",height="+scrheight);}
