// JavaScript Document
var swlnkArea = function(str){
	window.document.getElementById('swlnkArea').innerHTML=str;
}
var swrevArea = function(str){
	window.document.getElementById('swrevArea').innerHTML=str;
}

function casinosort(i,a){
	var BLajax = new Ajax();
	BLajax.doPost('http://www.SecretSlotsClub.com/ajax/slotmachine-casino-lists.php','sw='+i+'&bt='+a,swrevArea,'text');
}


function similarslots(i){
	var BLajax = new Ajax();
	BLajax.doPost('http://www.SecretSlotsClub.com/ajax/slotmachine-teaser-lists.php','tmpstr='+i,swrevArea,'text');
}

function showreview(i){
	var BLajax = new Ajax();
	BLajax.doPost('http://www.SecretSlotsClub.com/ajax/slotmachine-review.php','gid='+i,swrevArea,'text');
}
function showscreenshot(i){
	var BLajax = new Ajax();
	BLajax.doPost('http://www.SecretSlotsClub.com/ajax/slotmachine-screenshot.php','gid='+i,swrevArea,'text');
}
function showscreenshotlrg(i){
	document.getElementById('sccontainer').className='showscreenshot';
	window.document.getElementById('slotmachinescreenshotcontainer').src = i;
}
function hidecreenshotlrg(){
	document.getElementById('sccontainer').className='hideme';
	window.document.getElementById('slotmachinescreenshotcontainer').src = 'http://www.SecretSlotsClub.com/misc_images/preloader.gif';

}
function flashslots(i){
	var BLajax = new Ajax();
	BLajax.doPost('http://www.SecretSlotsClub.com/ajax/slotmachine-free-flash-game.php','tmpstr='+i,swrevArea,'text');
}

