function openMovie(URL) {
	movieWin = window.open(URL,'msr','height=350,width=400,locationbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=25,left=' + (screen.width-600)/2 + ',status=yes');
	return false;
}

function openImage(URL) {
	imageWin = window.open(URL,'msr','height=300,width=400,locationbar=no,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=25,left=' + (screen.width-600)/2 + ',status=yes');
	return false;
}

// Win XP SP2 sucks!!!
flashPlugin = false;
