// Copyright by DesignMyWebsite.biz

// This website and its content is copyright of DesignMyWebsite.biz. All rights reserved.

// Any redistribution or reproduction of elements, parts or all of the contents, layout and programming codes in any form is strictly prohibited. You may not, except with our express written permission, distribute or commercially exploit the content. Nor may you transmit it or store it in any other website or other form of electronic retrieval system.


function cweb() {
popw=600;
poph=screen.height-275;
leftsp=0;
topsp=75;
if(screen){
	leftsp=((screen.width/2) - (popw/2));
	}
window.open('terms/terms-conditions.html', '', 'width='+popw+',height='+poph+',left='+leftsp+',top='+topsp+',location=0,menubar=0,toolbar=0,status=0,scrollbars=1,resizable=0');
}

function cwebs() {
popw=600;
poph=screen.height-275;
leftsp=0;
topsp=75;
if(screen){
	leftsp=((screen.width/2) - (popw/2));
	}
window.open('../terms/terms-conditions.html', '', 'width='+popw+',height='+poph+',left='+leftsp+',top='+topsp+',location=0,menubar=0,toolbar=0,status=0,scrollbars=1,resizable=0');
}
