
if (document.images) {

    p1_cold = new Image();
	p1_cold.src = '/themes/base/user_swiatlaptopow/images/main_01_03.gif'
	p1_hot = new Image();
	p1_hot.src = '/themes/base/user_swiatlaptopow/images/main_01_hot_03.gif'
	
    p2_cold = new Image();
	p2_cold.src = '/themes/base/user_swiatlaptopow/images/main_01_04.gif'
	p2_hot = new Image();
	p2_hot.src = '/themes/base/user_swiatlaptopow/images/main_01_hot_04.gif'	

	p3_cold = new Image();
	p3_cold.src = '/themes/base/user_swiatlaptopow/images/main_01_05.gif'
	p3_hot = new Image();
	p3_hot.src = '/themes/base/user_swiatlaptopow/images/main_01_hot_05.gif'
	
    p4_cold = new Image();
	p4_cold.src = '/themes/base/user_swiatlaptopow/images/main_01_06.gif'
	p4_hot = new Image();
	p4_hot.src = '/themes/base/user_swiatlaptopow/images/main_01_hot_06.gif'

    p5_cold = new Image();
	p5_cold.src = '/themes/base/user_swiatlaptopow/images/main_01_07.gif'
	p5_hot = new Image();
	p5_hot.src = '/themes/base/user_swiatlaptopow/images/main_01_hot_07.gif'
	
    p6_cold = new Image();
	p6_cold.src = '/themes/base/user_swiatlaptopow/images/main_01_08.gif'
	p6_hot = new Image();
	p6_hot.src = '/themes/base/user_swiatlaptopow/images/main_01_hot_08.gif'
}
	
function hot() {
	var img = hot.arguments;
	for (var i=0; i<img.length; i+=1) {
    	  eval( 'document.' + img[i] + '.src = ' + img[i]  + '_hot.src' ) ; 
	}
}

function cold() {
	var img = cold.arguments;
	for (var i=0; i<img.length; i+=1) {
    	  eval( 'document.' + img[i] + '.src = ' + img[i]  + '_cold.src' ) ; 
	}
}
