/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: RoBorg | http://javascript.geniusbug.com */
/* Script by RoBorg
RoBorg@geniusbug.com
http://javascript.geniusbug.com | http://www.roborg.co.uk
Please do not remove or edit this message
Please link to this Web site if you use this script! */

switch(screen.width) {
 	case 640: goToPage('index800x600.html'); break;
 	case 720: goToPage('index800x600.html'); break;
 	case 800: goToPage('index800x600.html'); break;

 	
}

function goToPage(url) {
	 alert('Your screen resolution is 800x600 or below. To see this site please switch to 1024x768 at least' );
	 
}


