/****************************************
GLOBAL.JS
- This file is used to store functions that are called on everypage
****************************************/


/****************************************
$().ready()
- this function is triggered when all page elements have been loaded
and are ready to be manipulated. just like onload="init()"
****************************************/
$().ready(function(){


});

var processActionPlayDemo = function processActionPlayDemo(pUrl) {
	testwindow = window.open (pUrl, "mywindow","height=496,width=624,resizable=0,scrollbars=0,toolbar=0,status=0");
}
