function redirectPage() {
var url640x480 = "640x480/index.shtml";
var url1024x768 = "1024x768/index.shtml";
if ((screen.width == 640) && (screen.height == 480)) 
window.location.href= url640x480;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
}
if (top.location != self.location) {
top.location = self.location.href
}
var message="Function Disabled.\n\n©Copyright HELEN KING CARDS 2001 All Rights Reserved.";
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}