<br />
<b>Warning</b>:  Unknown: open_basedir restriction in effect. File(/home/dohy/www/access-logs/dohy.net_error_log) is not within the allowed path(s): (/home/dohy:/usr/lib/php:/usr/local/lib/php:/tmp) in <b>Unknown</b> on line <b>0</b><br />
function changeCurrency() {
var myLeft, myTop;

myLeft=(screen.width-325)/2;
myTop=(screen.height-300)/2;

cdCurrency = window.open("change.php" , "DOHY_CURRENCY_CHANGE", "menubar=0, toolbar=0, statusbar=0, scrollbars=0, width=325, height=300, top="+myTop+", left="+myLeft);
cdCurrency.focus();
}


function ShowVideo(VideoWidth,VideoHeight,VideoLink,PageTitle,Lang) {
var myLeft, myTop, MyURL;

MyURL="../../Videos/VideoSupport.asp?Path="+escape(VideoLink)+"&Height="+VideoHeight+"&Width="+VideoWidth+"&Lang="+Lang+"&PageTitle="+PageTitle;

myLeft=(screen.width - VideoWidth )/2;
myTop=(screen.height - VideoHeight )/2;

cdVideo = window.open(MyURL, "DOHY_VIDEOS","menubar=0, toolbar=0, statusbar=0, scrollbars=0, width="+(VideoWidth+20)+", height="+(VideoHeight+70)+", top="+myTop+", left="+myLeft);
cdVideo.focus();
}


