function SpawnResourceWindow(rResourceName,rWidth,rHeight) {
	var rfeatures;
	var rURLString;
	var rProductID;
	rURLString = rResourceName;
	rfeatures = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + rWidth + ',height=' + rHeight;
	rWindow = window.open(rURLString,"TheResourceWindow",rfeatures); 
}


