/***********************************************
* Copyright © 2008  Carey and Associates
***********************************************/

var dom = (document.getElementById);
var iebrowser = document.all;

function openWindow(url, iWidth, iHeight) 
{
	popupWin = window.open(url,'new_page','width='+ iWidth +',height=' + iHeight)
}
